[
S3 method for blockmatrix
object[
S3 method for blockmatrix
object
"[" (M, i = 1:nrow(M), j = 1:ncol(M),numeric_value=TRUE,blockmatrix=FALSE,...)
blockmatrix
objectTRUE
(Default if i,j
have both length 1) and i,j
have both length 1, a i,j
numeric matrix is
returened.TRUE
(Default
if i
or j
have length greater than 1) a
blockmatrix
is returned.[
methodi,j
matrix as a numarical matrix if
blockmatrix
is FALSE
, otherwise the returen
oblect is a blockmatrix
object. In case
i
is a character vector, the method returns a list
of objects with name containing in i
and taken
from M
.